home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
bumpcopter2.swf
/
scripts
/
frame_26
/
PlaceObject2_393_37
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
216 b
|
12 lines
onClipEvent(enterFrame){
if(_root.button._currentframe == 1)
{
this.gotoAndStop(1);
open = false;
}
else if(_root.button._currentframe == 2 && !open)
{
this.play();
}
}